home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.telebit-wb < prev    next >
Text File  |  1994-08-01  |  2KB  |  46 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.telebit-wb,v 1.12 1994/04/12 00:07:17 sam Rel $
  2. #
  3. # Configuration for a Telebit modem with rev LA7.01 or newer
  4. # firmware.  WorldBlazer, T3000, and QBlazer Plus models with
  5. # fax support should work.
  6. #
  7. # The modem is run at 19.2 for both sending and receiving and
  8. # XON/XOFF flow control is used.  The modem has also been used
  9. # on an SGI Indigo running at 38.4 with RTS/CTS flow control.
  10. #
  11. # CONFIG: CLASS2: Telebit*
  12. # CONFIG: CLASS2: TELEBIT*
  13. #
  14. CountryCode:        1        # USA
  15. LongDistancePrefix:    1
  16. InternationalPrefix:    011
  17. AreaCode:        415
  18. DialStringRules:    etc/dialrules
  19. FAXNumber:        +1.415.965.7824
  20. ServerTracing:        1        # log server-related operations
  21. SessionTracing:        11        # log server-related operations
  22. RecvFileMode:        0600        # recvd facsimile are not public
  23. LogFileMode:        0600        # private log files
  24. DeviceMode:        0600        # device is accessible only to uucp/fax
  25. #QualifyTSI:        etc/tsi        # accept facsimile from anyone
  26. SpeakerVolume:        off        # machine's are already too loud
  27. RingsBeforeAnswer:    1        # answer on first ring
  28. #
  29. # Modem-related stuff: should reflect modem command interface
  30. # and hardware connection/cabling (e.g. flow control).
  31. #
  32. ModemType:        Class2        # use class 2 interface
  33. ModemRate:        19200        # rate for DCE-DTE communication
  34. ModemFlowControl:    xonxoff        # XON/XOFF flow control assumed
  35. ModemFlowControlCmd:    S58=3        # set desired flow control method
  36. ModemSetupDTRCmd:    &D3        # setup so DTR drop resets modem
  37. ModemSetupDCDCmd:    &C1        # setup so DCD reflects carrier (or not)
  38. #
  39. ModemSendFillOrder:    LSB2MSB        # as expected
  40. ModemRecvFillOrder:    MSB2LSB        # opposite of what makes sense
  41. #
  42. # NB: If you need to prefix phone numbers to get through a PBX,
  43. #     put it in the ModemDialCmd; e.g. "DT9%s".
  44. #
  45. ModemDialCmd:        DT%s        # T for tone dialing
  46.